home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / filter_objects < prev    next >
Text File  |  2001-04-06  |  346b  |  13 lines

  1. SYNOPSIS
  2.         object *filter_objects(object *arr, string fun, mixed extra, ...)
  3.  
  4. DESCRIPTION
  5.         Similar to filter() but calls arr[n]->fun(extra, ...).
  6.         If the call returns != 0, the object arr[n] ist included in
  7.         the returned array.
  8.         0-entries in arr are ignored.
  9.  
  10. SEE ALSO
  11.         filter(E), map(E), map_objects(E)
  12.  
  13.